/*****************************************************************************/
/********************************* HEAD MAP **********************************/
.b-band, .b-header__main, .head-bot {
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}

.link_black {
    color: #000;
}

.link_black:hover, .link_black:focus {
    color: #00b5f3;
}

.link_white {
    color: #fff;
}

.link_white:hover, .link_white:focus {
    color: #00b5f3;
}

.col_1, .b-social__hashtag, .b-social .social-post, .b-social .social-post_none-pic, .b-front-top-news_single .b-front-top-news_single__col, .b-front-top-news_single .news-itm, .b-front-top-news_single .twitter-stream, .b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon, .front-news .news-itm, .front-other-news .news-itm, .front-news .twitter-stream, .front-other-news .twitter-stream, .front-other-news .subscribe, .front-news .subscribe_horizon, .front-other-news .subscribe_horizon, .front-videos .b-video-mid, .front-videos__slider .b-video-mid, .front-videos .b-video-ltl, .front-videos__slider .b-video-ltl, .front-audio .audio-itm {
    width: 221.25px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.front-news .subscribe {
    width: 100%;
}

.col_2 {
    width: 467.5px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_3 {
    width: 713.75px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_2x3 {
    width: 344.375px;
    position: relative;
    margin-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.btn_white {
    height: 33px;
    position: relative;
    padding: 5px 15px 0 10px;
    color: #fff;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: 700;
    border: 2px solid #fff;
    border-right-color: transparent;
    text-align: left;
    display: block;
}

.btn_white .after {
    width: 18px;
    height: 33px;
    position: absolute;
    top: -2px;
    left: 100%;
    display: block;
    overflow: hidden;
}

.btn_white .after svg {
    width: 100%;
    height: 68px;
    position: relative;
    fill: #fff;
}

.btn_white:hover, .btn_white:focus {
    color: #00b5f3;
    background-color: #fff;
}

.btn_white:hover .after svg, .btn_white:focus .after svg {
    top: -34px;
}

.btn_blue {
    height: 33px;
    position: relative;
    padding: 5px 15px 0 10px;
    font-size: 0.875em;
    font-weight: 700;
    color: #00b5f3;
    text-align: left;
    display: inline-block;
    border: 2px solid #00b5f3;
    border-right-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_blue .after {
    width: 18px;
    height: 33px;
    position: absolute;
    top: -2px;
    left: 100%;
    display: block;
    overflow: hidden;
}

.btn_blue .after svg {
    width: 18px;
    height: 68px;
    position: relative;
    fill: #00b5f3;
}

.btn_blue:hover, .btn_blue:focus {
    color: #fff;
    background-color: #00b5f3;
}

.btn_blue:hover .after svg, .btn_blue:focus .after svg {
    top: -34px;
}

input.btn_white, button.btn_white, input.btn_blue, button.btn_blue {
    padding-top: 0;
}

.b-video, .b-video-big, .b-video-mid, .b-video-ltl {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 25px;
    padding-top: 56%;
    overflow: hidden;
    display: block;
}

.b-video__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.b-video__img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    display: block;
}

.b-video__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b-video__play {
    position: absolute;
    top: 10%;
    left: 50%;
    overflow: hidden;
}

.b-video__play svg {
    width: 100%;
    height: 202%;
    position: relative;
    top: 0;
    fill: #fff;
}

.b-video__play:hover svg {
    fill: #00b5f3;
}

.b-video__info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.b-video__main {
    position: relative;
    margin: auto;
    padding: 25px;
    text-align: center;
}

.b-video__title {
    font-family: "PT Serif", serif;
    font-weight: 700;
}

.b-video__title a {
    color: #fff;
}

.b-video__title a:hover, .b-video__title a:focus {
    color: #00b5f3;
}

.b-video__date {
    position: relative;
    margin-top: 10px;
    font-size: 0.75em;
    color: #666;
}

.b-video-big {
    width: 713.75px;
    height: 399.7px;
    padding: 0;
    color: #fff;
}

.b-video-big:hover .b-video__title {
    color: #00b5f3;
}

.b-video-big .b-video__play {
    width: 120px;
    height: 120px;
    top: 15%;
    margin-left: -60px;
    z-index: 1;
}

.b-video-big .b-video__play:hover svg {
    top: -123px;
}

.b-video-big .b-video__main {
    padding: 120px 25px 0;
}

.b-video-big .b-video__title {
    font-size: 1.5em;
}

.b-video-mid {
    width: 467.5px;
    height: 261.8px;
    padding: 0;
    color: #fff;
}

.b-video-mid:hover .b-video__title {
    color: #00b5f3;
}

.b-video-mid .b-video__play {
    width: 80px;
    height: 80px;
    top: 15%;
    margin-left: -40px;
    z-index: 1;
}

.b-video-mid .b-video__play:hover svg {
    top: -82px;
}

.b-video-mid .b-video__main {
    padding: 80px 25px 0;
}

.b-video-mid .b-video__title {
    font-size: 1.125em;
}

.b-video-ltl, .b-video-mid {
    width: 221.25px;
    height: auto;
    padding: 0;
    color: #000;
}

.b-video-ltl .b-video__img, .b-video-mid .b-video__img {
    position: relative;
    width: 100%;
    height: 123.9px;
}

.b-video-ltl .b-video__play, .b-video-mid .b-video__play {
    width: 80px;
    height: 80px;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 1;
    cursor: pointer;
}

.b-video-ltl .b-video__play:hover svg, .b-video-mid .b-video__play:hover svg {
    top: -82px;
}

.b-video-ltl .b-video__title, .b-video-mid .b-video__title {
    font-size: 1.125em;
    line-height: 1;
}

.b-video-ltl .b-video__title a, .b-video-mid .b-video__title a {
    color: #000;
}

.b-video-ltl .b-video__title a:hover, .b-video-mid .b-video__title a:hover, .b-video-ltl .b-video__title a:focus, .b-video-mid .b-video__title a:focus {
    color: #00b5f3;
}

.b-video-ltl .b-video__info, .b-video-mid .b-video__info {
    position: relative;
    margin-top: 10px;
    display: block;
}

.b-video-ltl .b-video__main, .b-video-mid .b-video__main {
    padding: 0;
    text-align: left;
}

.b_conteiner {
    min-height: 0;
}

.b-band, .b-header__main, .head-bot {
    max-width: 100%;
}

.check_mobile {
    width: 0;
}

.col_1, .b-social__hashtag, .b-social .social-post, .b-social .social-post_none-pic, .b-front-top-news_single .b-front-top-news_single__col, .b-front-top-news_single .news-itm, .b-front-top-news_single .twitter-stream, .b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon, .front-news .news-itm, .front-other-news .news-itm, .front-news .twitter-stream, .front-other-news .twitter-stream, .front-other-news .subscribe, .front-news .subscribe_horizon, .front-other-news .subscribe_horizon, .front-videos .b-video-mid, .front-videos__slider .b-video-mid, .front-videos .b-video-ltl, .front-videos__slider .b-video-ltl, .front-audio .audio-itm, .col_2, .col_3 {
    width: 47%;
    position: relative;
    margin-left: 2%;
}

.front-news .subscribe {
    width: 100%;
    margin: 0;
}

.col_2x3 {
    width: 100%;
    position: relative;
    margin-left: 0;
    float: none;
}

.b-video-big {
    width: 100%;
    height: 0;
    padding: 56% 0 0;
}

.b-video-big:hover .b-video__title {
    color: #00b5f3;
}

.b-video-big .b-video__play {
    width: 120px;
    height: 120px;
    top: 15%;
    margin-left: -60px;
    z-index: 1;
}

.b-video-big .b-video__play:hover {
    background-position: 0 -121px;
}

.b-video-big .b-video__main {
    padding: 120px 25px 0;
}

.b-video-big .b-video__title {
    font-size: 1.5em;
}

.b-video-ltl, .b-video-mid {
    width: 221.25px;
    height: auto;
    padding: 0;
    color: #000;
}

.b-video-ltl .b-video__img, .b-video-mid .b-video__img {
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.news-col_2x3 {
    width: auto;
    position: relative;
    float: none;
    margin: 0 2%;
}

.news-col_2x3:first-child {
    margin-left: 2%;
}

.news-col_2x3__title {
    position: relative;
    margin-bottom: 25px;
    font-family: "PT Serif", serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #0070a8;
    line-height: 1.2;
}

.news-col_2x3__title span {
    color: #000;
}

.news-col_2x3 .news-itm {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.news-col_2x3 .news-itm:last-child {
    border: none;
}

.banner-top_left, .banner-top_right, .banner-bottom_left, .banner-bottom_right {
    display: none;
}

.b-header__itm {
    width: 50%;
    padding: 25px 0 20px;
    border: none;
}

.b-header__itm:first-child {
    width: 50%;
    padding-left: 20px;
}

.b-header__itm:nth-child(2) {
    padding-right: 20px;
}

.b-header__itm:last-child {
    display: none;
}

.soc_links .soc_itm, .soc_links .soc_links__vk, .soc_links .soc_links__tg, .soc_links .soc_links__ig, .soc_links .soc_links__tw, .soc_links .soc_links__fb, .soc_links .soc_links__ok, .soc_links .soc_links__yt, .soc_links .soc_links__gp, .soc_links .soc_links__mail, .soc_links .soc_links__flickr, .soc_links .soc_links__tg {
    width: 35px;
    height: 35px;
}

.head-media-info {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 0;
}

.head-media-info__map {
    display: none;
}

.head-bot_cap {
    position: relative;
    height: 45px;
    display: none;
}

.head-bot_cap.fixed {
    display: block;
}

.head-bot {
    height: 45px;
    position: relative;
    margin-top: 46px;
}

.head-bot.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    margin-top: 46px;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.head-bot .broadcast {
    position: absolute;
    bottom: 100%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff;
}

.head-bot__open-menu {
    display: block;
}

.head-bot__menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 5px #000;
    -moz-box-shadow: 0 5px 5px #000;
    box-shadow: 0 5px 5px #000;
    -webkit-transition: left 0.5s linear 0s;
    -moz-transition: left 0.5s linear 0s;
    -o-transition: left 0.5s linear 0s;
    transition: left 0.5s linear 0s;
    display: none;
    overflow: auto;
}

.head-bot__menu ul {
    list-style: none;
    display: block;
}

.head-bot__menu li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.head-bot__menu a {
    color: #000;
}

.head-bot__menu a:nth-last-child(2), .head-bot__menu span:nth-last-child(2) {
    padding-right: 0;
    margin-right: 45px;
}

.head-bot__menu a:nth-last-child(2):before, .head-bot__menu span:nth-last-child(2):before {
    right: -23px;
    z-index: -1;
}

.head-bot__menu a:hover, .head-bot__menu a:focus {
    color: #00b5f3;
}

.head-bot__menu li a, .head-bot__menu li span {
    height: auto;
    padding: 10px 20px;
}

.head-bot__menu li.show-sub {
    background-color: #eee;
}

.head-bot__menu > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    background-color: rgba(238, 238, 238, 0.5);
}

.head-bot__menu > ul > li.is-open > ul {
    display: block;
}

.head-bot__menu > ul > li > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    background-color: transparent;
}

.head-bot__menu > ul > li > ul > li.is-open > ul {
    display: block;
}

.head-bot__menu > ul > li > ul > li {
    margin: 0 20px;
    padding: 15px 0;
    border-top: none;
    white-space: normal;
}

.head-bot__menu > ul > li > ul > li > ul:nth-last-child(1) {
    position: relative;
    left: 0;
    right: auto;
}

.head-bot__menu > ul > li > ul > li > ul > li {
    margin: 0 20px;
    padding: 15px 0;
    border-top: none;
    white-space: normal;
}

.head-bot__menu > ul > li > ul > li > ul:nth-last-child(1) > li {
    margin: 0 20px;
    padding: 15px 0;
    border-top: none;
    white-space: normal;
}

.head-bot__menu li ul > li:first-child {
    border-bottom: 1px solid #ccc;
}

.head-bot__menu li ul > li:last-child {
    border: none;
}

.head-bot__search {
    display: none;
}

.head-bot__search-form {
    height: 45px;
    position: absolute;
    top: 0;
    left: 45px;
    right: 0;
    display: block;
}

.head-bot__search-form:nth-child(3) {
    left: 45px;
}

.head-bot__search-form-input {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 55px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.poll {
    position: relative;
    overflow: hidden;
}

.poll .poll__img {
    display: none;
}

.poll .poll__main {
    width: 96%;
    margin: 0 2%;
}

.poll .poll__answer {
    width: 49%;
    position: relative;
    float: left;
    margin: 15px 0 0 2%;
}

.poll .poll__answer:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.b-social__info {
    width: auto;
    float: none;
}

.b-social__info > p {
    margin: 0 2%;
}

.b-social__hashtag {
    margin: 0 0 0 2%;
}

.b-social__hash-dsc {
    margin-left: 51%;
}

.b-social__net {
    width: auto;
    float: none;
    margin: 15px 2% 0;
    text-align: left;
}

.b-social__net > div:first-child {
    margin-left: 0;
}

.b-social .social-post, .b-social .social-post_none-pic {
    height: 0;
    padding: 47% 0 0;
    margin-bottom: 2%;
}

.b-social .social-post:nth-child(2n+1), .b-social .social-post_none-pic:nth-child(2n+1) {
    margin-left: 2%;
    clear: left;
}

.b-social .social-post_none-pic .social-post__text {
    position: absolute;
    top: 0;
    left: 0;
}

.subscribe_horizon {
    margin-bottom: 25px;
    overflow: hidden;
}

.subscribe_horizon .subscribe__title {
    width: 100%;
    float: none;
}

.subscribe_horizon .subscribe__line {
    width: 49%;
    float: left;
    margin: 20px 0 0 2%;
}

.subscribe_horizon .subscribe__line:nth-child(2n) {
    margin-left: 0;
}

.subscribe_horizon .subscribe__line:last-child {
    width: 150px;
    float: left;
}

/*****************************************************************************/
/********************************* FRONT PAGE ********************************/
.b-front-top-news .slide-itm {
    width: 100%;
    height: 300px;
    margin: 0;
    left: 0;
}

.b-front-top-news .slide-itm .top-news-itm__info {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.b-front-top-news .slide-itm .top-news-itm__title {
    padding: 0;
    font-size: 1.5em;
}

.b-front-top-news .slide-itm .top-news-itm__attr {
    display: block;
}

.b-front-top-news .slide-itm.hide {
    left: 100%;
}

.b-front-top-news .slide-itm.show {
    left: 0;
}

.b-front-top-news .slide-itm.prev {
    left: -105%;
}

.b-front-top-news .slide-itm.next {
    left: 105%;
}

.b-front-top-news .slide-itm.hide-prev {
    left: -200%;
}

.b-front-top-news .slide-itm.hide-next {
    left: 200%;
}

.b-front-top-news .slide-itm.animate {
    -webkit-transition: left 0.5s linear 0s;
    -moz-transition: left 0.5s linear 0s;
    -o-transition: left 0.5s linear 0s;
    transition: left 0.5s linear 0s;
}

.b-front-top-news .slider-nav {
    right: 2%;
}

.top-news-itm {
    width: 100%;
}

.b-front-top-news_single {
    width: auto;
    margin: 0 0 30px;
}

.b-front-top-news_single .top-news-itm {
    float: none;
}

.b-front-top-news_single .top-news-itm:nth-child(2n+1) {
    margin-left: 0;
}

.b-front-top-news_single .b-front-top-news_single__col, .b-front-top-news_single .news-itm, .b-front-top-news_single .twitter-stream, .b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon {
    height: auto;
}

.b-front-top-news_single .b-front-top-news_single__col:nth-child(4n+3), .b-front-top-news_single .news-itm:nth-child(4n+3), .b-front-top-news_single .twitter-stream:nth-child(4n+3), .b-front-top-news_single .subscribe:nth-child(4n+3), .b-front-top-news_single .subscribe_horizon:nth-child(4n+3) {
    margin-left: 2%;
    clear: none;
}

.b-front-top-news_single .b-front-top-news_single__col:nth-child(2n), .b-front-top-news_single .news-itm:nth-child(2n), .b-front-top-news_single .twitter-stream:nth-child(2n), .b-front-top-news_single .subscribe:nth-child(2n), .b-front-top-news_single .subscribe_horizon:nth-child(2n) {
    clear: left;
}

.b-front-top-news_single .b-front-top-news_single__col.news-itm:last-of-type, .b-front-top-news_single .news-itm:last-of-type {
    display: none;
}

.b-front-top-news_single.hide-first .b-front-top-news_single__col:nth-child(2n), .b-front-top-news_single.hide-first .news-itm:nth-child(2n), .b-front-top-news_single.hide-first .twitter-stream:nth-child(2n), .b-front-top-news_single.hide-first .subscribe:nth-child(2n), .b-front-top-news_single.hide-first .subscribe_horizon:nth-child(2n) {
    clear: none;
}

.b-front-top-news_single.hide-first .b-front-top-news_single__col:nth-child(2n+1), .b-front-top-news_single.hide-first .news-itm:nth-child(2n+1), .b-front-top-news_single.hide-first .twitter-stream:nth-child(2n+1), .b-front-top-news_single.hide-first .subscribe:nth-child(2n+1), .b-front-top-news_single.hide-first .subscribe_horizon:nth-child(2n+1) {
    clear: left;
}

.b-front-top-news_single.hide-first .b-front-top-news_single__col:nth-child(2), .b-front-top-news_single.hide-first .news-itm:nth-child(2), .b-front-top-news_single.hide-first .twitter-stream:nth-child(2), .b-front-top-news_single.hide-first .subscribe:nth-child(2), .b-front-top-news_single.hide-first .subscribe_horizon:nth-child(2) {
    display: none;
}

.b-front-top-news_single.hide-first .b-front-top-news_single__col.news-itm:last-of-type, .b-front-top-news_single.hide-first .news-itm:last-of-type, .b-front-top-news_single.hide-first .news-itm.twitter-stream:last-of-type, .b-front-top-news_single.hide-first .news-itm.subscribe:last-of-type, .b-front-top-news_single.hide-first .news-itm.subscribe_horizon:last-of-type {
    display: block;
}

.b-front-top-news_single .twitter-stream {
    height: 300px;
}

.b-front-top-news_single .subscribe:last-child, .b-front-top-news_single .subscribe_horizon:last-child {
    clear: none;
}

.front-news, .front-other-news {
    position: relative;
    overflow: hidden;
}

.front-news .news-itm:nth-child(2n+1), .front-other-news .news-itm:nth-child(2n+1), .front-news .twitter-stream:nth-child(2n+1), .front-other-news .twitter-stream:nth-child(2n+1), .front-other-news .subscribe:nth-child(2n+1), .front-news .subscribe_horizon:nth-child(2n+1), .front-other-news .subscribe_horizon:nth-child(2n+1) {
    clear: left;
    margin-left: 2%;
}

.front-news .subscribe {
    clear: left;
    margin-left: 2%;
}

.add_user_news {
    position: relative;
    margin: 15px 2% 0;
}

.add_user_news .btn_blue {
    float: left;
}

.add_user_news__dsc {
    width: auto;
    margin-left: 200px;
    display: block;
}

.front-section-title, .b-front-cats__title {
    margin: 50px 2% 10px;
}

.banner_4 {
    margin: 25px 0;
}

.front-videos, .front-videos__slider {
    position: relative;
    overflow: hidden;
}

.front-videos .b-video-big, .front-videos__slider .b-video-big {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.front-videos .b-video-mid:nth-child(2n+1), .front-videos__slider .b-video-mid:nth-child(2n+1), .front-videos .b-video-ltl:nth-child(2n+1), .front-videos__slider .b-video-ltl:nth-child(2n+1), .front-videos .b-video-mid:nth-child(2n+1), .front-videos__slider .b-video-mid:nth-child(2n+1) {
    margin-left: 2%;
    clear: left;
}

.front-videos__slider {
    height: 0;
    margin-bottom: 30px;
    padding-top: 56%;
    overflow: hidden;
}

.front-videos__slider .slider-nav {
    bottom: 25px;
    left: 2%;
    z-index: 1;
}

.front-videos__slider .slide-itm {
    left: 0;
}

.front-videos__slider .slide-itm .b-video__info {
    width: 100%;
    bottom: auto;
}

.front-videos__slider .slide-itm .b-video__main {
    padding-top: 120px;
}

.front-videos__slider .slide-itm .b-video__title {
    font-size: 1.5em;
    text-align: center;
}

.front-videos__slider .slide-itm.hide {
    left: 100%;
}

.front-videos__slider .slide-itm.show {
    left: 0;
}

.front-videos__slider .slide-itm.prev {
    left: -105%;
}

.front-videos__slider .slide-itm.next {
    left: 105%;
}

.front-videos__slider .slide-itm.hide-prev {
    left: -200%;
}

.front-videos__slider .slide-itm.hide-next {
    left: 200%;
}

.front-videos__slider .slide-itm.animate {
    -webkit-transition: left 0.5s linear 0s;
    -moz-transition: left 0.5s linear 0s;
    -o-transition: left 0.5s linear 0s;
    transition: left 0.5s linear 0s;
}

.b-front-cats, .b-front-main .b-front-cats__3col, .b-front-main .b-front-cats__2col {
    position: relative;
    margin: 20px 2% 0;
}

.b-front-cats__title {
    margin: 0 0 10px;
    text-align: left;
}

.b-front-cats__main {
    position: relative;
    margin: 50px 0 0;
}

.b-front-cats__col {
    width: 48vw;
    margin-left: 2vw;
}

.b-front-cats .b-col-nav, .b-front-main .b-front-cats__3col .b-col-nav, .b-front-main .b-front-cats__2col .b-col-nav {
    width: 100%;
    position: absolute;
    top: -35px;
    right: 0;
    text-align: left;
}

.b-front-cats .b-col-nav .b-col-nav__point:first-child, .b-front-main .b-front-cats__3col .b-col-nav .b-col-nav__point:first-child, .b-front-main .b-front-cats__2col .b-col-nav .b-col-nav__point:first-child {
    margin-left: 0;
}

.b-front-main {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.b-front-main__col, .b-front-main .b-front-main__col_toppadding, .b-front-main .b-front-main__col_toppadding_ltl {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
    overflow: hidden;
}

.b-front-main__col.bg_gray, .b-front-main .bg_gray.b-front-main__col_toppadding, .b-front-main .bg_gray.b-front-main__col_toppadding_ltl {
    margin-bottom: 25px;
    padding: 25px 0 0;
}

.b-front-main .b-front-main__col-title {
    position: relative;
    padding: 0 2%;
}

.b-front-main .b-front-main__col-wrap .b-paper {
    margin-bottom: 70px;
}

.b-front-main .b-front-main__col-wrap > * {
    width: 47%;
    height: auto;
    float: left;
    margin-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-front-main .b-front-main__col-wrap > *:nth-child(2n+1) {
    clear: left;
}

.b-front-main .b-front-main__col-wrap > *:nth-child(2n+1):last-child {
    display: none;
}

.b-front-main .b-front-cats__3col, .b-front-main .b-front-cats__2col {
    width: auto;
    float: none;
    clear: both;
}

.b-front-main .b-front-cats__3col .b-front-cats__title, .b-front-main .b-front-cats__2col .b-front-cats__title {
    font-size: 2.5em;
}

.b-front-main .b-front-main__col_toppadding, .b-front-main .b-front-main__col_toppadding_ltl {
    padding-top: 0;
}

.top-interview {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.top-interview__photo {
    width: 49%;
    position: relative;
    float: none;
    margin-left: 0;
}

.top-interview__photo:after {
    top: 50%;
    margin-top: -45px;
}

.top-interview__main {
    width: 49%;
    position: relative;
    float: none;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-interview__main:before {
    top: 50%;
    margin-top: -40px;
}

.top-interview__main:after {
    top: 50%;
    margin-top: -40px;
}

.b-front-interview {
    position: relative;
    overflow: hidden;
    margin: 40px 2%;
}

.b-front-interview .top-interview {
    width: 100%;
    float: none;
}

.b-front-interview .top-interview__photo {
    margin-left: 0;
}

.b-front-interview .all-interviews {
    display: none;
}

.front-other-news {
    margin-top: 25px;
}

.front-other-news .news-col_2x3__title {
    font-size: 2.5em;
}

.front-other-news .col_1:last-child, .front-other-news .b-social__hashtag:last-child, .front-other-news .b-social .social-post:last-child, .b-social .front-other-news .social-post:last-child, .front-other-news .b-social .social-post_none-pic:last-child, .b-social .front-other-news .social-post_none-pic:last-child, .front-other-news .b-front-top-news_single .b-front-top-news_single__col:last-child, .b-front-top-news_single .front-other-news .b-front-top-news_single__col:last-child, .front-other-news .news-itm:last-child, .front-other-news .twitter-stream:last-child, .front-other-news .subscribe:last-child, .front-other-news .subscribe_horizon:last-child, .front-other-news .front-videos .b-video-mid:last-child, .front-videos .front-other-news .b-video-mid:last-child, .front-other-news .front-videos__slider .b-video-mid:last-child, .front-videos__slider .front-other-news .b-video-mid:last-child, .front-other-news .front-videos .b-video-ltl:last-child, .front-videos .front-other-news .b-video-ltl:last-child, .front-other-news .front-videos__slider .b-video-ltl:last-child, .front-videos__slider .front-other-news .b-video-ltl:last-child, .front-other-news .front-audio .audio-itm:last-child, .front-audio .front-other-news .audio-itm:last-child {
    display: none;
}

.front-other-news .news-itm {
    margin-left: 0;
}

.front-other-news .news-itm:nth-child(2n+1) {
    margin-left: 0;
}

.front-poll {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.front-audio {
    position: relative;
}

.front-audio .front-section-title__black {
    margin: 50px 2% 10px;
}

.front-audio .front-audio__main {
    position: relative;
    overflow: hidden;
}

.front-audio .audio-itm {
    margin-left: 2%;
}

.front-audio .audio-itm:nth-child(2n+1) {
    margin-left: 2%;
    clear: left;
}

/*****************************************************************************/
/************************************* PAGES *********************************/
.breadcrumb {
    padding: 15px 2% 25px;
}

.b-page {
    margin: 0 2%;
}

.b-page__main {
    width: auto;
    float: none;
}

.b-page__sidebar {
    width: 100%;
    position: relative;
    margin-top: 25px;
    float: none;
}

.b-page__sidebar-main:after {
    position: relative;
    display: block;
    clear: both;
}

.b-page__sidebar-main > * {
    width: 49%;
    margin: 0 0 30px 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-page__sidebar-main > *:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.b-page__sidebar-main > *:nth-child(2n+1):last-child {
    display: none;
}

.b-page__sidebar-main > *:first-child:last-child {
    width: 100%;
    margin: 0;
    display: block;
}

.b-page .top-interview__photo {
    width: 49%;
    margin-left: 0;
}

.b-page .top-interview__main {
    width: 49%;
}

.single-gallery {
    height: 350px;
    position: relative;
    margin: 25px 0 0;
    overflow: hidden;
}

.single-gallery .single-gallery__itm {
    width: 100%;
}

.single-gallery .slide-itm {
    left: 0;
}

.single-gallery .slide-itm.hide {
    left: 300%;
}

.single-gallery .slide-itm.show {
    left: 0;
}

.single-gallery .slide-itm.prev {
    left: -105%;
}

.single-gallery .slide-itm.next {
    left: 105%;
}

.single-gallery .slide-itm.hide-prev {
    left: -200%;
}

.single-gallery .slide-itm.hide-next {
    left: 200%;
}

.single-gallery .slide-itm.animate {
    -webkit-transition: left 0.5s linear 0s;
    -moz-transition: left 0.5s linear 0s;
    -o-transition: left 0.5s linear 0s;
    transition: left 0.5s linear 0s;
}

.person-info {
    position: relative;
    overflow: hidden;
}

.person-info .person-info__main {
    width: auto;
    float: none;
    margin-left: 246.25px;
}

.person-info .soc_links > a {
    margin-right: 5px;
}

.program-authors .author-itm {
    width: 49%;
    float: left;
    margin: 0 0 20px 2%;
}

.program-authors .author-itm:nth-child(3n+1) {
    float: left;
    margin-left: 2%;
}

.program-authors .author-itm:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.page-slider {
    padding: 30px 2% 0;
}

.page-slider .b-video-ltl, .page-slider .b-video-mid {
    width: 46vw;
    float: left;
    margin-left: 2vw;
}

.page-slider .b-video-ltl:first-child, .page-slider .b-video-mid:first-child {
    margin-left: 0;
}

/*****************************************************************************/
/*********************************** ARCHIVE *********************************/
.archive-filter {
    width: 100%;
    position: relative;
    margin-top: 20px;
    z-index: 5;
}

.archive-filter:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.archive-filter__itm {
    width: 49%;
    position: relative;
    float: left;
    margin: 0 0 10px 2%;
}

.archive-filter__itm:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.archive-filter__itm:last-child {
    width: auto;
    float: right;
}

.archive-filter .filter-dropdown {
    width: 100%;
    z-index: 1;
}

.archive-main {
    position: relative;
    margin-top: 30px;
}

.archive-main .news-itm, .archive-main .audio-itm, .archive-main .author-itm, .archive-main .interview-itm, .archive-main .b-video-ltl, .archive-main .b-video-mid {
    width: 49%;
    margin: 0 0 25px 2%;
}

.archive-main .news-itm:nth-child(2n+1), .archive-main .audio-itm:nth-child(2n+1), .archive-main .author-itm:nth-child(2n+1), .archive-main .interview-itm:nth-child(2n+1), .archive-main .b-video-ltl:nth-child(2n+1), .archive-main .b-video-mid:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.archive-main .paper-archive {
    width: 45%;
    margin: 0 0 25px 9.3%;
}

.archive-main .paper-archive:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.archive-main .poll .poll__main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.pagination a, .pagination__itm, .pagination .pagination__divider {
    display: none;
}

.pagination a:first-child, .pagination a:last-child, .pagination__itm:first-child, .pagination__itm:last-child, .pagination .pagination__divider:first-child, .pagination .pagination__divider:last-child {
    display: inline-block;
}

/*****************************************************************************/
/********************************* CONTACT ***********************************/
.contact-itm {
    width: 49%;
    margin: 0 0 30px 2%;
}

.contact-itm:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.contacts-bottom .contacts-bottom__address {
    width: auto;
    margin-top: 30px;
    float: none;
}

.f-contact {
    width: auto;
    float: none;
}

/*****************************************************************************/
/********************************** SEARCH ***********************************/
.search-filter {
    max-width: 100%;
}

.search-filter__top {
    padding: 25px 2%;
}

.search-filter__top-left {
    width: 100%;
    float: none;
    overflow: hidden;
}

.search-filter__top-itm {
    width: 110px;
    margin-right: 20px;
    display: block;
    float: left;
}

.search-filter__top-right {
    margin: 20px 0 0;
    text-align: left;
}

.search-filter__btn {
    width: auto;
    padding: 0 40px;
}

/*****************************************************************************/
/*********************************** BOARD ***********************************/
.board {
    position: relative;
    margin: 50px 2% 0;
}

.board__col {
    width: 48vw;
    margin-left: 2vw;
}

.board .b-col-nav {
    width: 100%;
    position: absolute;
    top: -35px;
    right: 0;
    text-align: left;
}

.board .b-col-nav .b-col-nav__point:first-child {
    margin-left: 0;
}

/*****************************************************************************/
/*********************************** 404 ***********************************/
.p404 {
    padding-left: 20px;
    padding-right: 20px;
}

/*****************************************************************************/
/*********************************** FOOTTER *********************************/
.b-clear {
    height: 0;
}

/* footer begin */
.b-footer {
    height: auto;
    margin: 0;
    color: #fff;
}

.b-footer__top {
    height: auto;
    padding: 30px 2%;
}

.b-footer__copyright {
    width: 600px;
    position: relative;
    padding: 0px 0;
    font-size: 0.75em;
}

.b-footer__bot {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.b-footer__link {
    width: 50%;
    height: 150px;
}

.b-footer .counter {
    width: 88px;
    height: 31px;
    position: absolute;
    bottom: 72px;
    right: 0;
    background-color: #999;
}

.only_full {
    display: none;
}

.none_full {
    display: block;
}

.only_tablet {
    display: block;
}

.none_tablet {
    display: none;
}

.only_phone {
    display: none;
}

.none_phone {
    display: block;
}

.fotoalbom__item {
    width: 50%;
}

/*# sourceMappingURL=style-tablet.css.map */
